home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Windows 95
/
Programming Windows 95.iso
/
code
/
CHAP19
/
SHOWBIT.MAK
< prev
next >
Wrap
Text File
|
1995-12-31
|
233b
|
10 lines
#-----------------------
# SHOWBIT.MAK make file
#-----------------------
showbit.exe : showbit.obj
$(LINKER) $(GUIFLAGS) -OUT:showbit.exe showbit.obj $(GUILIBS)
showbit.obj : showbit.c
$(CC) $(CFLAGS) showbit.c